



                                ACME

        ...the ACME Crossassembler for Multiple Environments


                       --- Linux version ---







This file only describes the differences between the standard and
the Linux version of ACME, so if you are searching for something that
is unrelated to Linux you should look at the standard version's help
file first.


Stuff specific to the Linux version of ACME:

  Compilation and Installation:

Change into the directory "acme-0.05/source" that was created when 
unpacking the archive and simply type "make". This will leave you 
with a binary file. Change into superuser mode using "su" and type 
"make install" to move the executable to the appropriate directory.
Feel free to adjust the Makefile to your specific needs.

Copy the ACME_Lib directory to a place you think is apropriate.
Set the enviroment variable ACME to point to your ACME_Lib directory.

in bash:

set ACME="/my/path/to/ACME_lib" ; export ACME

Now everything sould work fine.

It was tested and prepared on Redhat 5.2 but it should work on any Linux
distribution and on other Unices aswell (if not, the let me know and i'll
fix it ASAP).
